Add TAL-Reverb-II plugin to test
[juce-lv2.git] / juce / source / extras / audio plugin host / Builds / VisualStudio2008 / Plugin Host.vcproj
blob1c090fa1f81c9d33ca4b8250ed98a92ff53a24e0
1 <?xml version="1.0" encoding="UTF-8"?>
3 <VisualStudioProject ProjectType="Visual C++"
4 Version="9.00"
5 Name="Plugin Host"
6 ProjectGUID="{7CD310E8-9077-342C-EB06-869D4775A4F4}"
7 TargetFrameworkVersion="131072">
8 <Platforms>
9 <Platform Name="Win32"/>
10 </Platforms>
11 <ToolFiles/>
12 <Configurations>
13 <Configuration Name="Debug|Win32"
14 OutputDirectory=".\Debug"
15 IntermediateDirectory=".\Debug"
16 ConfigurationType="1"
17 UseOfMFC="0"
18 ATLMinimizesCRunTimeLibraryUsage="false"
19 CharacterSet="2">
20 <Tool Name="VCPreBuildEventTool"/>
21 <Tool Name="VCCustomBuildTool"/>
22 <Tool Name="VCXMLDataGeneratorTool"/>
23 <Tool Name="VCWebServiceProxyGeneratorTool"/>
24 <Tool Name="VCMIDLTool"
25 PreprocessorDefinitions="_DEBUG"
26 MkTypLibCompatible="true"
27 SuppressStartupBanner="true"
28 TargetEnvironment="1"
29 TypeLibraryName=".\Debug\Plugin Host.tlb"
30 HeaderFileName=""/>
31 <Tool Name="VCCLCompilerTool"
32 Optimization="0"
33 BufferSecurityCheck=""
34 DebugInformationFormat="4"
35 AdditionalIncludeDirectories="c:\SDKs\vstsdk2.4"
36 PreprocessorDefinitions="WIN32;_WINDOWS;DEBUG;_DEBUG;JUCER_VS2008_78A5006=1"
37 RuntimeLibrary="1"
38 RuntimeTypeInfo="true"
39 UsePrecompiledHeader="0"
40 PrecompiledHeaderFile=".\Debug\Plugin Host.pch"
41 AssemblerListingLocation=".\Debug\"
42 ObjectFile=".\Debug\"
43 ProgramDataBaseFileName=".\Debug\"
44 WarningLevel="4"
45 SuppressStartupBanner="true"/>
46 <Tool Name="VCManagedResourceCompilerTool"/>
47 <Tool Name="VCResourceCompilerTool"
48 PreprocessorDefinitions="_DEBUG"/>
49 <Tool Name="VCPreLinkEventTool"/>
50 <Tool Name="VCLinkerTool"
51 OutputFile=".\Debug\Plugin Host.exe"
52 SuppressStartupBanner="true"
53 IgnoreDefaultLibraryNames="libcmt.lib, msvcrt.lib"
54 GenerateDebugInformation="true"
55 ProgramDatabaseFile=".\Debug\Plugin Host.pdb"
56 SubSystem="2"
57 TargetMachine="1"/>
58 <Tool Name="VCALinkTool"/>
59 <Tool Name="VCManifestTool"/>
60 <Tool Name="VCXDCMakeTool"/>
61 <Tool Name="VCBscMakeTool"
62 SuppressStartupBanner="true"
63 OutputFile=".\Debug\Plugin Host.bsc"/>
64 <Tool Name="VCFxCopTool"/>
65 <Tool Name="VCAppVerifierTool"/>
66 <Tool Name="VCPostBuildEventTool"/>
67 </Configuration>
68 <Configuration Name="Release|Win32"
69 OutputDirectory=".\Release"
70 IntermediateDirectory=".\Release"
71 ConfigurationType="1"
72 UseOfMFC="0"
73 ATLMinimizesCRunTimeLibraryUsage="false"
74 CharacterSet="2"
75 WholeProgramOptimization="1">
76 <Tool Name="VCPreBuildEventTool"/>
77 <Tool Name="VCCustomBuildTool"/>
78 <Tool Name="VCXMLDataGeneratorTool"/>
79 <Tool Name="VCWebServiceProxyGeneratorTool"/>
80 <Tool Name="VCMIDLTool"
81 PreprocessorDefinitions="NDEBUG"
82 MkTypLibCompatible="true"
83 SuppressStartupBanner="true"
84 TargetEnvironment="1"
85 TypeLibraryName=".\Release\Plugin Host.tlb"
86 HeaderFileName=""/>
87 <Tool Name="VCCLCompilerTool"
88 Optimization="2"
89 InlineFunctionExpansion="1"
90 StringPooling="true"
91 AdditionalIncludeDirectories="c:\SDKs\vstsdk2.4"
92 PreprocessorDefinitions="WIN32;_WINDOWS;NDEBUG;JUCER_VS2008_78A5006=1"
93 RuntimeLibrary="0"
94 RuntimeTypeInfo="true"
95 UsePrecompiledHeader="0"
96 PrecompiledHeaderFile=".\Release\Plugin Host.pch"
97 AssemblerListingLocation=".\Release\"
98 ObjectFile=".\Release\"
99 ProgramDataBaseFileName=".\Release\"
100 WarningLevel="4"
101 SuppressStartupBanner="true"/>
102 <Tool Name="VCManagedResourceCompilerTool"/>
103 <Tool Name="VCResourceCompilerTool"
104 PreprocessorDefinitions="NDEBUG"/>
105 <Tool Name="VCPreLinkEventTool"/>
106 <Tool Name="VCLinkerTool"
107 OutputFile=".\Release\Plugin Host.exe"
108 SuppressStartupBanner="true"
109 IgnoreDefaultLibraryNames=""
110 GenerateDebugInformation="false"
111 ProgramDatabaseFile=".\Release\Plugin Host.pdb"
112 SubSystem="2"
113 GenerateManifest="false"
114 OptimizeReferences="2"
115 EnableCOMDATFolding="2"
116 TargetMachine="1"/>
117 <Tool Name="VCALinkTool"/>
118 <Tool Name="VCManifestTool"/>
119 <Tool Name="VCXDCMakeTool"/>
120 <Tool Name="VCBscMakeTool"
121 SuppressStartupBanner="true"
122 OutputFile=".\Release\Plugin Host.bsc"/>
123 <Tool Name="VCFxCopTool"/>
124 <Tool Name="VCAppVerifierTool"/>
125 <Tool Name="VCPostBuildEventTool"/>
126 </Configuration>
127 </Configurations>
128 <References/>
129 <Files>
130 <Filter Name="Plugin Host">
131 <Filter Name="Source">
132 <File RelativePath="..\..\Source\FilterGraph.cpp"/>
133 <File RelativePath="..\..\Source\FilterGraph.h"/>
134 <File RelativePath="..\..\Source\GraphEditorPanel.cpp"/>
135 <File RelativePath="..\..\Source\GraphEditorPanel.h"/>
136 <File RelativePath="..\..\Source\HostStartup.cpp"/>
137 <File RelativePath="..\..\Source\InternalFilters.cpp"/>
138 <File RelativePath="..\..\Source\InternalFilters.h"/>
139 <File RelativePath="..\..\Source\MainHostWindow.cpp"/>
140 <File RelativePath="..\..\Source\MainHostWindow.h"/>
141 </Filter>
142 </Filter>
143 <Filter Name="Juce Library Code">
144 <File RelativePath="..\..\JuceLibraryCode\AppConfig.h"/>
145 <File RelativePath="..\..\JuceLibraryCode\JuceHeader.h"/>
146 <File RelativePath="..\..\JuceLibraryCode\JuceLibraryCode1.cpp"/>
147 <File RelativePath="..\..\JuceLibraryCode\JuceLibraryCode2.cpp"/>
148 <File RelativePath="..\..\JuceLibraryCode\JuceLibraryCode3.cpp"/>
149 <File RelativePath="..\..\JuceLibraryCode\JuceLibraryCode4.cpp"/>
150 </Filter>
151 </Files>
152 <Globals/>
153 </VisualStudioProject>